home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / TAPCIS.LZH / TAPTRY.EXE / FRONTEND.SCR < prev    next >
Text File  |  1991-12-16  |  2KB  |  57 lines

  1. ; FRONTEND.SCR Version 5.4 12/10/91
  2. E FRONTEND.SCR - Sample Script for use with Alt-N from TAPCIS Main Menu
  3. E                Output is captured to the MAIL.MSG file.
  4. E                Captures WEAther & QUOtes and OLT-90.
  5. E                Make changes for your city name and state and tickers.
  6. E                Also shown in script is how to automate NEW
  7. C N
  8. ; turn capture off
  9. ; lines starting with a semi-colon are ignored.  In this script,
  10. ; they document the previous command
  11. S G CIS^M
  12. ; get a CompuServe top menu
  13. W !
  14. ; wait for a system prompt
  15. C Y
  16. ; turn capture on
  17. S WEA Columbus,OH^M
  18. ; get local weather
  19. W !
  20. ; wait for prompt
  21. S QUO IBM,HRB,DJ 30^M
  22. ; get a quote on H&R Block stock
  23. W !
  24. ; The next 9 lines demonstrate a way to read the entire offering of
  25. ; CompuServe's "What's New".  TAPCIS has a physical limit of 350 lines
  26. ; per mail message, so we've REMmed the WN commands in favor of the
  27. ; ones that follow, which get the daily news from Online Today.  You can
  28. ; reverse it by carefully deleting "; * " in each line where that sequence
  29. ; appears .......
  30. ; * S G NEW^M
  31. ; go to the "What's New" menu
  32. ; * W !
  33. ; * C Y
  34. ; * S ALL^M
  35. ; read everything
  36. ; * W age!
  37. ; wait for "last page!" message
  38. ; * C N
  39. ; ...... and deleting everything from this line down to (but not
  40. ; including)  S ^M below
  41. S G OLT-90^M
  42. ;OLT-90 is the home of Online Today's daily edition ...
  43. W !
  44. S ALL^M
  45. ; ... read it
  46. W Last
  47. W age!
  48. C N
  49. S ^M
  50. ; outta here
  51. W T-90
  52. S ^M
  53. ; See news menu and make exit certain
  54. ; get back to a navigation prompt
  55. W !
  56. ; return control, leaving TAPCIS at a navigation prompt
  57.